Reference for Wiring version 0024+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Name

char()

Examples
char c = char(126);
Description Converts a primitive datatype to a numeric character representation.
Syntax
char(val)
Parameters
val int, long, float, char, byte, or boolean
Returns char
Usage Application
Related char
int()
long()
float()
byte()
boolean()
Updated on November 01, 2009 12:23:46pm PST

Creative Commons License